Miner.Responder.Shared.DataTransferObjects Namespace > FeatureLoaderCriteria<T> Class > FeatureLoaderCriteria<T> Constructor : FeatureLoaderCriteria<T> Constructor(IEnumerable<T>,String,String,String,T) |
'Declaration
Public Function New( _ ByVal elements As System.Collections.Generic.IEnumerable(Of T), _ ByVal oidColumnName As System.String, _ ByVal fcidColumnName As System.String, _ ByVal subidColumnName As System.String, _ ByVal exclude As T _ )
'Usage
Dim elements As System.Collections.Generic.IEnumerable(Of T) Dim oidColumnName As System.String Dim fcidColumnName As System.String Dim subidColumnName As System.String Dim exclude As T Dim instance As New FeatureLoaderCriteria(Of T)(elements, oidColumnName, fcidColumnName, subidColumnName, exclude)
public FeatureLoaderCriteria<T>( System.Collections.Generic.IEnumerable<T> elements, System.string oidColumnName, System.string fcidColumnName, System.string subidColumnName, T exclude )
public FeatureLoaderCriteria<T>( elements: System.Collections.Generic.IEnumerable; oidColumnName: System.String; fcidColumnName: System.String; subidColumnName: System.String; exclude: T );
public function FeatureLoaderCriteria<T>( elements : System.Collections.Generic.IEnumerable, oidColumnName : System.String, fcidColumnName : System.String, subidColumnName : System.String, exclude : T );
public: FeatureLoaderCriteria<T>( System.Collections.Generic.IEnumerable<T*>* elements, System.string* oidColumnName, System.string* fcidColumnName, System.string* subidColumnName, T* exclude )
public: FeatureLoaderCriteria<T>( System.Collections.Generic.IEnumerable<T^>^ elements, System.String^ oidColumnName, System.String^ fcidColumnName, System.String^ subidColumnName, T^ exclude )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2